internal/cpu.option.Name (field)
19 uses
internal/cpu (current package)
cpu.go#L137: Name string
cpu.go#L189: if options[i].Name == key {
cpu.go#L205: print("GODEBUG: can not enable \"", o.Name, "\", missing CPU support\n")
cpu_x86.go#L52: {Name: "adx", Feature: &X86.HasADX},
cpu_x86.go#L53: {Name: "aes", Feature: &X86.HasAES},
cpu_x86.go#L54: {Name: "erms", Feature: &X86.HasERMS},
cpu_x86.go#L55: {Name: "pclmulqdq", Feature: &X86.HasPCLMULQDQ},
cpu_x86.go#L56: {Name: "rdtscp", Feature: &X86.HasRDTSCP},
cpu_x86.go#L57: {Name: "sha", Feature: &X86.HasSHA},
cpu_x86.go#L64: option{Name: "popcnt", Feature: &X86.HasPOPCNT},
cpu_x86.go#L65: option{Name: "sse3", Feature: &X86.HasSSE3},
cpu_x86.go#L66: option{Name: "sse41", Feature: &X86.HasSSE41},
cpu_x86.go#L67: option{Name: "sse42", Feature: &X86.HasSSE42},
cpu_x86.go#L68: option{Name: "ssse3", Feature: &X86.HasSSSE3})
cpu_x86.go#L74: option{Name: "avx", Feature: &X86.HasAVX},
cpu_x86.go#L75: option{Name: "avx2", Feature: &X86.HasAVX2},
cpu_x86.go#L76: option{Name: "bmi1", Feature: &X86.HasBMI1},
cpu_x86.go#L77: option{Name: "bmi2", Feature: &X86.HasBMI2},
cpu_x86.go#L78: option{Name: "fma", Feature: &X86.HasFMA})
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |